projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41d36ae
)
Fix typo in gtkprintoperation
author
Javier Jardón
<jjardon@gnome.org>
Sat, 8 May 2010 14:36:38 +0000
(16:36 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Sat, 8 May 2010 14:36:38 +0000
(16:36 +0200)
Reported by Andika Triwidada in
https://bugzilla.gnome.org/show_bug.cgi?id=618093
gtk/gtkprintoperation.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation.c
b/gtk/gtkprintoperation.c
index 72285730c6cbdc1c10196a44dde8315585b264ed..b6a77b4bf4a5a6d4436c8dcf33f7c9e53febdc7e 100644
(file)
--- a/
gtk/gtkprintoperation.c
+++ b/
gtk/gtkprintoperation.c
@@
-1294,7
+1294,7
@@
gtk_print_operation_class_init (GtkPrintOperationClass *class)
PROP_HAS_SELECTION,
g_param_spec_boolean ("has-selection",
P_("Has Selection"),
- P_("TRUE if a selecion exists."),
+ P_("TRUE if a selec
t
ion exists."),
FALSE,
GTK_PARAM_READWRITE));